home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCMania 60
/
PCMania CD60_1.iso
/
runp.pcm
< prev
next >
Wrap
Text File
|
1997-09-08
|
624b
|
36 lines
@echo off
rem (c) Miguel Angel Lucero 1997
cls
echo
echo
echo PCmanía 60, Octubre 1997
echo
choice /c:sn /n ¿Sois usuarios de Windows 95? (S\N)
if errorlevel 2 goto no
if errorlevel 1 goto si
goto fin
:si
cls
echo
echo Versión Try-out de "Power Translator Pro"
echo
echo PCmanía 60, Octubre 1997
echo
echo Iniciando la instalación...
install
goto fin
:no
echo
echo
echo La demo de "Power Translator Pro" sólo funciona bajo Windows 95.
echo
echo Si no disponéis de este entorno operativo no podréis probar el programa.
echo
echo
goto fin
:fin